home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
startsci
< prev
Wrap
Text File
|
1999-09-16
|
482b
|
26 lines
; Place your path here
setenv SCI /store3/scibin/ ; Notice the /'s here (un*x notation)
path store3:scibin/bin add ;
stack 300000
; execute applications for use with scilab
; Execute scilab with X11 widgets
hd0:expansion/vmm
wait 6
; You don not need AmiTCP and AmiWin when running scilab -nw
amitcp:bin/startnet ; start AmiTCP
wait 8
x11:bin/startx ; start AmiWin
wait 8
setenv DISPLAY localhost:0 ; Don't forget this
scilex
; scilex -nw